filescan
Class DefaultFileScanHandler

java.lang.Object
  extended by filescan.DefaultFileScanHandler
All Implemented Interfaces:
FileScanHandler

public class DefaultFileScanHandler
extends java.lang.Object
implements FileScanHandler

Default file scan handler returns the file itself if it exists.

Author:
Steven de Jong, steven.dejong@cs.unimaas.nl

Constructor Summary
DefaultFileScanHandler()
          Construct.
 
Method Summary
 java.lang.Object handleFile(java.io.File file)
          Return the file itself if it exists, or null otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileScanHandler

public DefaultFileScanHandler()
Construct.

Method Detail

handleFile

public java.lang.Object handleFile(java.io.File file)
Return the file itself if it exists, or null otherwise.

Specified by:
handleFile in interface FileScanHandler